home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / amos / amoslist-1294.lzh / AMOSLIST / text0028.txt < prev    next >
Encoding:
Text File  |  1995-01-03  |  1.1 KB  |  24 lines

  1.  
  2.  
  3. >     Perhaps you can use the Free (or Fast Free or Chip Free?) command
  4. > to reserve a portion of the total memory availabe (so you don't get an error
  5. > by allocating more than is available) and hope that they don't wont to do
  6. > something else at the same time :) ... maybe you can reserve a portion
  7. > of the total memory and allow them to reduce it if they want to use less.
  8. > Or perhaps you can reserve one bank for every 10k and join them into a single
  9. > bank at 100k (sounds like it'd get complicated though).  But maybe the best
  10. > way since I don't think copying is THAT slow is this:  Reserve 10k.  When the
  11. > 10k is full, reserve another bank at 20k, copy, bank swap with the old bank
  12. > (so the current bank number is always the same), then erase the 10k bank.
  13. > When it reackes 20k, reserve 30k etc....  Also, double check and make sure
  14. > there isn't a bank expand command or something in AMOS pro... or have you
  15. > already?
  16.  
  17. Well, I did but I didn't find anything. Maybe I have miss it (as the 
  18. Screen Mode command :( ).
  19.  
  20. How many time does it takes copying a 300K bank, by the way?
  21.  
  22. M&F
  23.  
  24.